projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af74658
)
ARM: dts: socfpga: Flag reset manager on A10 as pre-reloc
author
Marek Vasut
<
[email protected]
>
Mon, 13 Aug 2018 16:42:32 +0000
(18:42 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 13 Aug 2018 20:35:16 +0000
(22:35 +0200)
The Altera reset manager block must be available very early on, since
it controls ie. UART resets. Flag it as pre-reloc.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Ley Foon Tan <
[email protected]
>
arch/arm/dts/socfpga_arria10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10.dtsi
b/arch/arm/dts/socfpga_arria10.dtsi
index 2f935a21e95ce33ce41328d6d3987af38b3cafc7..51b31dc2b520053c81332909ccd4cce2ff382b0e 100644
(file)
--- a/
arch/arm/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/dts/socfpga_arria10.dtsi
@@
-55,6
+55,7
@@
device_type = "soc";
interrupt-parent = <&intc>;
ranges;
+ u-boot,dm-pre-reloc;
amba {
compatible = "simple-bus";
@@
-735,6
+736,7
@@
compatible = "altr,rst-mgr";
reg = <0xffd05000 0x100>;
altr,modrst-offset = <0x20>;
+ u-boot,dm-pre-reloc;
};
scu: snoop-control-unit@ffffc000 {